home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / tbbs093.lha / Util / Answer.doc < prev    next >
Text File  |  1994-06-21  |  2KB  |  76 lines

  1. If you don't want to use a mailer to answer your modem and launch the BBS,
  2. you can use this simple answering program to do this.  The command line
  3. options are the following:
  4.  
  5. -d<device name> (default: serial.device)
  6.  
  7. Sets the device to monitor.
  8.  
  9.  
  10. -u<unit> (default: 0)
  11.  
  12. Sets the unit of the device.
  13.  
  14.  
  15. -b<baud> (default: use device settings)
  16.  
  17. If specified, causes Answer to set the baud rate to this when opening the
  18. device.  Note that Answer only supports locked baud rates!
  19.  
  20.  
  21. -h<hangup string> (default: ~~~+++~~~ATH^M)
  22.  
  23. Sets the string that Answer sends to the modem to hang up.  ~ causes a
  24. delay and ^ can be used to include control codes, ^M (CR, ASCII 13) is
  25. probably the only one you will need.
  26.  
  27.  
  28. -r<delay> (default: 0)
  29.  
  30. Sets the number of ticks (1/50 s) to release the device for before sending
  31. the hangup string.  If set to 0, the device will not be released.  This
  32. will hangup quickly if your modem is set to disconnect when the DTR is
  33. dropped.
  34.  
  35.  
  36. -c<command> (No default, must be specified)
  37.  
  38. Sets the command to run when a connection has been made.  If your command
  39. line includes spaces, you should have this in quotes.
  40.  
  41.  
  42. -i<init string> (default: ATZ^M~)
  43.  
  44. Sets the string to send to the modem for initialization.  See -h for
  45. special characters.
  46.  
  47.  
  48. -a<answer string> (default: ATA~^M)
  49.  
  50. Sets the string to send to the modem when a 'RING' is received.  See -h for
  51. special characters.
  52.  
  53.  
  54. -t<timeout> (default: 60)
  55.  
  56. Sets the number of seconds to wait for a connection after sending the
  57. answer string to the modem.
  58.  
  59. -n (default: flow)
  60.  
  61. Indicates that flow control shouldn't be used.  Previously SERF_7WIRE was
  62. always set, this will disable it.
  63.  
  64. If you want to have a log of what Answer does, just redirect it somewhere,
  65. log entries are written to the stdout.
  66.  
  67. History:
  68.  
  69. 0.05 - Cleaned up output (hopefully)
  70.      - Calls SDCMD_SETPARAMS even if a baud rate is not specified
  71.  
  72. 0.04 - ?
  73.  
  74. 0.03 - Added -n option, now sets SERF_XDISABLED and SERF_RAD_BOOGIE
  75.  
  76.